DeleteClientVariable("name")


Deletes the client variable specified by name. Returns a Boolean TRUE when variable is successfully deleted, even if variable did not previously exist. To test for the existence of a variable, use IsDefined.

See also GetBaseTemplatePath.

name

Name of a client variable to be deleted, surrounded by double quotes.